Platform Explorer / Nuxeo Platform 6.0

Operation Seam.CreateDocumentForm (Show Create Document Page)

Description

Show the document creation form given a type. This is a void operation: the input object is returned back as the output.
Operation id Seam.CreateDocumentForm
Category User Interface
Label Show Create Document Page
Requires Seam
Since

Parameters

Name Description Type Required Default value
type string yes  

Signature

Inputs void
Outputs void

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.jsf.operations.CreateDocumentForm
Contributing Component org.nuxeo.ecm.automation.jsf.contrib

JSON Definition

{
  "id" : "Seam.CreateDocumentForm",
  "label" : "Show Create Document Page",
  "category" : "User Interface",
  "requires" : "Seam",
  "description" : "Show the document creation form given a type. This is a void operation: the input object is returned back as the output.",
  "url" : "Seam.CreateDocumentForm",
  "signature" : [ "void", "void" ],
  "params" : [ {
    "name" : "type",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}